From eccc733f2907961ddbdf883da4e2f123d9be84dd Mon Sep 17 00:00:00 2001 From: Kristian Rietveld Date: Wed, 3 Sep 2003 19:57:05 +0000 Subject: [PATCH] brooooooooken pipe. --- gdk-pixbuf/io-gif.c | 2 +- gtk/Makefile.am | 4 ++-- gtk/gtkcalendar.c | 2 +- gtk/gtkclist.c | 2 +- gtk/gtkctree.c | 2 +- gtk/gtkdnd.c | 2 +- gtk/gtkentry.c | 2 +- gtk/gtkhandlebox.c | 2 +- gtk/gtkitemfactory.c | 2 +- gtk/gtkmenu.c | 2 +- gtk/gtknotebook.c | 2 +- gtk/gtkrange.c | 4 ++-- gtk/gtkrc.h | 2 +- gtk/gtktree.c | 4 ++-- gtk/gtktypeutils.h | 2 +- 15 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gdk-pixbuf/io-gif.c b/gdk-pixbuf/io-gif.c index bc71a19f1f..28cd7e0a25 100644 --- a/gdk-pixbuf/io-gif.c +++ b/gdk-pixbuf/io-gif.c @@ -1290,7 +1290,7 @@ gif_get_next_step (GifContext *context) } if (c == '!') { - /* Check the extention */ + /* Check the extension */ gif_set_get_extension (context); return 0; } diff --git a/gtk/Makefile.am b/gtk/Makefile.am index c0319342b8..49c251f59e 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -486,7 +486,7 @@ gtk_extra_sources = \ gtkmarshal.list # -# setup GTK+ sources and their dependancies +# setup GTK+ sources and their dependencies # MAINTAINERCLEANFILES = $(gtk_built_sources) $(stamp_files) EXTRA_HEADERS = @@ -496,7 +496,7 @@ EXTRA_DIST += $(gtk_built_sources) # # rules to generate built sources # -# setup autogeneration dependancies +# setup autogeneration dependencies gen_sources = xgen-gdef xgen-gtbh xgen-gtic xgen-gmh xgen-gmc xgen-gmlh xgen-gmlc CLEANFILES = $(gen_sources) diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 141bc61b4e..d838b3dfbb 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -49,7 +49,7 @@ /***************************************************************************/ /* The following date routines are taken from the lib_date package. Keep - * them seperate in case we want to update them if a newer lib_date comes + * them separate in case we want to update them if a newer lib_date comes * out with fixes. */ typedef unsigned int N_int; diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 1a43ce515e..78d48c8442 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -2498,7 +2498,7 @@ set_cell_contents (GtkCList *clist, old_mask = GTK_CELL_PIXTEXT (clist_row->cell[column])->mask; break; case GTK_CELL_WIDGET: - /* unimplimented */ + /* unimplemented */ break; default: break; diff --git a/gtk/gtkctree.c b/gtk/gtkctree.c index b0146c3d7a..2f5df8ced9 100644 --- a/gtk/gtkctree.c +++ b/gtk/gtkctree.c @@ -2969,7 +2969,7 @@ set_cell_contents (GtkCList *clist, old_mask = GTK_CELL_PIXTEXT (clist_row->cell[column])->mask; break; case GTK_CELL_WIDGET: - /* unimplimented */ + /* unimplemented */ break; default: diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c index 7a29e3e4ec..4fecbf6a02 100644 --- a/gtk/gtkdnd.c +++ b/gtk/gtkdnd.c @@ -3441,7 +3441,7 @@ gtk_drag_abort_timeout (gpointer data) * @current_y: current Y coordinate * * Checks to see if a mouse drag starting at (@start_x, @start_y) and ending - * at (@current_x, @current_y) has passed the GTK+ drag threshhold, and thus + * at (@current_x, @current_y) has passed the GTK+ drag threshold, and thus * should trigger the beginning of a drag-and-drop operation. * * Return Value: %TRUE if the drag threshold has been passed. diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index 2ec396e4e4..3b22bb6fcd 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -3420,7 +3420,7 @@ gtk_entry_new (void) * * Creates a new #GtkEntry widget with the given maximum length. * - * Note: the existance of this function is inconsistent + * Note: the existence of this function is inconsistent * with the rest of the GTK+ API. The normal setup would * be to just require the user to make an extra call * to gtk_entry_set_max_length() instead. It is not diff --git a/gtk/gtkhandlebox.c b/gtk/gtkhandlebox.c index c34d90f9e1..0d09fe23e6 100644 --- a/gtk/gtkhandlebox.c +++ b/gtk/gtkhandlebox.c @@ -1309,7 +1309,7 @@ gtk_handle_box_motion (GtkWidget *widget, gdk_window_show (hb->float_window); hb->float_window_mapped = TRUE; #if 0 - /* this extra move is neccessary if we use decorations, or our + /* this extra move is necessary if we use decorations, or our * window manager insists on decorations. */ gdk_display_sync (gtk_widget_get_display (widget)); diff --git a/gtk/gtkitemfactory.c b/gtk/gtkitemfactory.c index 142c6cd033..f8082f1f73 100644 --- a/gtk/gtkitemfactory.c +++ b/gtk/gtkitemfactory.c @@ -360,7 +360,7 @@ gtk_item_factory_add_item (GtkItemFactory *ifactory, if (GTK_IS_MENU (widget)) gtk_menu_set_accel_group ((GtkMenu*) widget, ifactory->accel_group); - /* connect callback if neccessary + /* connect callback if necessary */ if (callback) { diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index 7e1d206be5..53116b876a 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -2116,7 +2116,7 @@ gtk_menu_key_press (GtkWidget *widget, /* Modify the accelerators */ if (can_change_accels && menu_shell->active_menu_item && - GTK_BIN (menu_shell->active_menu_item)->child && /* no seperators */ + GTK_BIN (menu_shell->active_menu_item)->child && /* no separators */ GTK_MENU_ITEM (menu_shell->active_menu_item)->submenu == NULL && /* no submenus */ (delete || gtk_accelerator_valid (accel_key, accel_mods))) { diff --git a/gtk/gtknotebook.c b/gtk/gtknotebook.c index 6cf9800ef6..350858d26b 100644 --- a/gtk/gtknotebook.c +++ b/gtk/gtknotebook.c @@ -5337,7 +5337,7 @@ gtk_notebook_reorder_child (GtkNotebook *notebook, gtk_widget_freeze_child_notify (child); - /* Move around the menu items if necesary */ + /* Move around the menu items if necessary */ gtk_notebook_child_reordered (notebook, page); gtk_widget_child_notify (child, "tab_pack"); gtk_widget_child_notify (child, "position"); diff --git a/gtk/gtkrange.c b/gtk/gtkrange.c index f29a7f249b..61f29102b0 100644 --- a/gtk/gtkrange.c +++ b/gtk/gtkrange.c @@ -1382,7 +1382,7 @@ gtk_range_scroll_event (GtkWidget *widget, /* Policy DELAYED makes sense with scroll events, * but DISCONTINUOUS doesn't, so we update immediately - * for DISCONTINOUS + * for DISCONTINUOUS */ if (range->update_policy == GTK_UPDATE_DISCONTINUOUS) gtk_range_update_value (range); @@ -1658,7 +1658,7 @@ gtk_range_move_slider (GtkRange *range, /* Policy DELAYED makes sense with key events, * but DISCONTINUOUS doesn't, so we update immediately - * for DISCONTINOUS + * for DISCONTINUOUS */ if (range->update_policy == GTK_UPDATE_DISCONTINUOUS) gtk_range_update_value (range); diff --git a/gtk/gtkrc.h b/gtk/gtkrc.h index 8fe26b79a3..aa7eaa46bd 100644 --- a/gtk/gtkrc.h +++ b/gtk/gtkrc.h @@ -97,7 +97,7 @@ struct _GtkRcStyleClass GtkRcStyle * (*create_rc_style) (GtkRcStyle *rc_style); /* Fill in engine specific parts of GtkRcStyle by parsing contents - * of brackets. Returns G_TOKEN_NONE if succesful, otherwise returns + * of brackets. Returns G_TOKEN_NONE if successful, otherwise returns * the token it expected but didn't get. */ guint (*parse) (GtkRcStyle *rc_style, diff --git a/gtk/gtktree.c b/gtk/gtktree.c index 97079ccc0c..7f4fb981c0 100644 --- a/gtk/gtktree.c +++ b/gtk/gtktree.c @@ -595,9 +595,9 @@ gtk_tree_remove_item (GtkTree *container, g_list_free (item_list); } -/* used by gtk_tree_remove_items to make the function independant of +/* used by gtk_tree_remove_items to make the function independent of order in list of items to remove. - Sort item bu depth in tree */ + Sort item by depth in tree */ static gint gtk_tree_sort_item_by_depth(GtkWidget* a, GtkWidget* b) { diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h index 8892818c28..9c7a9e01e2 100644 --- a/gtk/gtktypeutils.h +++ b/gtk/gtktypeutils.h @@ -169,7 +169,7 @@ struct _GtkArg /* argument value access macros, these must not contain casts, * to allow the usage of these macros in combination with the - * adress operator, e.g. >K_VALUE_CHAR (*arg) + * address operator, e.g. >K_VALUE_CHAR (*arg) */ #define GTK_VALUE_CHAR(a) ((a).d.char_data) #define GTK_VALUE_UCHAR(a) ((a).d.uchar_data) -- 2.30.2